# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1063.1.13 -> 1.1063.1.14 # arch/ia64/mm/hugetlbpage.c 1.2 -> 1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/08/13 bjorn.helgaas@hp.com 1.1063.1.14 # HUGETLB: remove bogus "extern" decls to satisfy gcc-3.4. # -------------------------------------------- # diff -Nru a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c --- a/arch/ia64/mm/hugetlbpage.c Wed Oct 8 09:06:13 2003 +++ b/arch/ia64/mm/hugetlbpage.c Wed Oct 8 09:06:13 2003 @@ -12,12 +12,11 @@ #include #include #include -#include +#include #include #include #include -#include #define TASK_HPAGE_BASE (REGION_HPAGE << REGION_SHIFT) @@ -357,8 +356,6 @@ { int j, lcount; struct page *page, *map; - extern long htlbzone_pages; - extern struct list_head htlbpage_freelist; if (count < 0) lcount = count;